home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / wires / r3wcache.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  1.7 KB  |  76 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/real/wires/r3wcache.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("oops/r3root.js")
  7. include("oops/r3color.js")
  8. var R3CLID_WIRECACHE = 104;
  9.  
  10. R3WCACHEM_ALLOC = 104001;
  11.  
  12. function _R3WCACHEM_ALLOC() {
  13.   return this.r3Do(R3WCACHEM_ALLOC, arguments);
  14. }
  15.  
  16.  
  17. R3WCACHEM_CLEAR = 104002;
  18.  
  19. function _R3WCACHEM_CLEAR() {
  20.   return this.r3Do(R3WCACHEM_CLEAR, arguments);
  21. }
  22.  
  23.  
  24. R3WCACHEM_ADDITEM = 104003;
  25.  
  26. function _R3WCACHEM_ADDITEM() {
  27.   return this.r3Do(R3WCACHEM_ADDITEM, arguments);
  28. }
  29.  
  30.  
  31. R3WCACHEM_GETCACHELIST = 104004;
  32.  
  33. function _R3WCACHEM_GETCACHELIST() {
  34.   return this.r3Do(R3WCACHEM_GETCACHELIST, arguments);
  35. }
  36.  
  37. R3WCACHEA_Valid = 104502;
  38. function SetR3WCACHEA_Valid(value) {
  39.   this.r3Set(R3WCACHEA_Valid, value);
  40. }
  41.  
  42. function GetR3WCACHEA_Valid() {
  43.   var value = 0;
  44.   return this.r3Get(R3WCACHEA_Valid, value); // int*
  45. }
  46.  
  47. R3WCACHEA_Flags = 104503;
  48. function SetR3WCACHEA_Flags(value) {
  49.   this.r3Set(R3WCACHEA_Flags, value);
  50. }
  51.  
  52. function GetR3WCACHEA_Flags() {
  53.   var value = 0;
  54.   return this.r3Get(R3WCACHEA_Flags, value); // int*
  55. }
  56.  
  57. function r3Wirecache () { 
  58.    this.base = r3God;
  59.    if(arguments.length) {
  60.       this.base(R3CLID_WIRECACHE, arguments);
  61.    }
  62.    // Methods
  63.    this.ALLOC=_R3WCACHEM_ALLOC;
  64.    this.CLEAR=_R3WCACHEM_CLEAR;
  65.    this.ADDITEM=_R3WCACHEM_ADDITEM;
  66.    this.GETCACHELIST=_R3WCACHEM_GETCACHELIST;
  67.  
  68.    // Attributes
  69.    this.GetValid=GetR3WCACHEA_Valid;
  70.    this.SetValid=SetR3WCACHEA_Valid;
  71.    this.GetFlags=GetR3WCACHEA_Flags;
  72.    this.SetFlags=SetR3WCACHEA_Flags;
  73. }
  74.  
  75. r3Wirecache.prototype=new r3Root;
  76. // inc/real/wires/r3wcache.h_H